home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.2)
-
- import win32api
- import win32con
- import __builtin__
- if hasattr(__builtin__, 'unicode'):
- pass
- is_platform_unicode = win32api.GetVersionEx()[3] == win32con.VER_PLATFORM_WIN32_NT
- default_platform_encoding = 'mbcs'
- default_scintilla_encoding = 'utf-8'
- del win32api
- del win32con
- del __builtin__
-